home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / gardenin.swf / scripts / DefineButton2_572 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-09-27  |  296 b   |  11 lines

  1. on(release){
  2.    if(_parent.mc._currentframe == 2)
  3.    {
  4.       this.seed_num = _parent.seed_num;
  5.       this.flower_mc.gotoAndStop(Number(_parent.seed_num) + 1);
  6.       _parent.mc.gotoAndStop(1);
  7.       _parent["cost_point" + Number(_parent.seed_num)].play();
  8.       this.nextFrame();
  9.    }
  10. }
  11.